-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upstreamize VM subscriptions guide #3528
base: master
Are you sure you want to change the base?
Upstreamize VM subscriptions guide #3528
Conversation
4eba9e6
to
0cdf087
Compare
f0529d6
to
7905ee8
Compare
7905ee8
to
2c90793
Compare
@chris1984 Please review. |
guides/common/modules/con_virtual-machine-subscriptions-overview.adoc
Outdated
Show resolved
Hide resolved
guides/common/modules/con_virtual-machine-subscriptions-overview.adoc
Outdated
Show resolved
Hide resolved
guides/common/modules/proc_removing-a-virt-who-configuration.adoc
Outdated
Show resolved
Hide resolved
guides/common/modules/proc_editing-a-virt-who-configuration.adoc
Outdated
Show resolved
Hide resolved
guides/common/modules/proc_editing-a-virt-who-configuration.adoc
Outdated
Show resolved
Hide resolved
guides/common/modules/proc_editing-a-virt-who-configuration.adoc
Outdated
Show resolved
Hide resolved
37f3007
to
f16c7f4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally looks good! I've taken a look at a couple of top-level formalities so far. Will give it another round afterwards.
include::common/modules/snip_guide-not-ready.adoc[] | ||
endif::[] | ||
ifndef::HideDocumentOnStable,foreman-deb,satellite[] | ||
endif::[] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This endif
belongs at the end of the file.
= {ConfiguringVMSubscriptionsDocTitle} | ||
|
||
// Render only for relevant and finished contexts | ||
ifdef::HideDocumentOnStable,foreman-deb,satellite[] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This condition looks strange. Is the satellite
build really supposed to be "not ready"? I don't think so. The following condition should suffice because HideDocumentOnStable
is defined per build context, e.g. foreman-deb:
ifdef::HideDocumentOnStable,foreman-deb,satellite[] | |
ifdef::HideDocumentOnStable[] |
The same applies to the ifndef
below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, please, thank you! Very elegant too :)
@@ -6,6 +6,7 @@ | |||
:AppCentricDeploymentDocTitle: Deploying hosts by using application centric approach | |||
:ConfiguringLoadBalancerDocTitle: Configuring {SmartProxies} with a load balancer | |||
:ConfiguringUserAuthenticationDocTitle: Configuring authentication for {ProjectName} users | |||
:ConfiguringVMSubscriptionsDocTitle: Configuring virt-who for virtual machine subscriptions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The DocURL for Satellite downstream has to match the title in snake_case, otherwise Pantheon will refuse to build it. Please update it in attributes-satellite.adoc
@@ -2,6 +2,7 @@ | |||
"build/Administering_Project/index-satellite.html": "administering_red_hat_satellite", | |||
"build/Configuring_Load_Balancer/index-satellite.html": "configuring_capsules_with_a_load_balancer", | |||
"build/Configuring_User_Authentication/index-satellite.html": "configuring_authentication_for_red_hat_satellite_users", | |||
"build/Configuring_Virtual_Machine_Subscriptions/index-satellite.html": "configuring_virtual_machine_subscriptions", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The DocURL fragment goes here.
What changes are you introducing?
Upstreamizing VM subscriptions guide.
Why are you introducing these changes? (Explanation, links to references, issues, etc.)
https://issues.redhat.com/browse/SAT-27789
Checklists
Please cherry-pick my commits into: